Fix typo.
authorAndrew Warfield <andy@xensource.com>
Tue, 29 Aug 2006 23:31:57 +0000 (16:31 -0700)
committerAndrew Warfield <andy@xensource.com>
Tue, 29 Aug 2006 23:31:57 +0000 (16:31 -0700)
Signed-off-by: <andy@xensource.com>
tools/blktap/lib/xs_api.c

index c6c22165c8bbb722d486a6685df3468c3353a6d3..054e9c850a752ad31872304d547acb95fc937f80 100644 (file)
@@ -255,7 +255,7 @@ int convert_dev_name_to_num(char *name) {
         free(p_plx);
         free(alpha);
         
-       return 0;
+       return ret;
 }
 
 /**